@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inconsolata:wght@200;300;400;500;600;700;800;900&family=Shadows+Into+Light&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

body::-webkit-scrollbar {
    display: none;
}

.content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

h1 {
    margin: 0;
    font-family: 'Inconsolata';
    font-weight: 800;
    text-align: left;
    font-size: 120pt;
    color: #C54D17;
}

h2 {
    margin: 0;
    padding-left: 0;
    padding-top: 150px;
    font-family: 'Inconsolata';
    font-weight: 800;
    text-align: left;
    font-size: 60pt;
    color: #ffffff;
    text-align: center;
}

p {
    font-family: 'Shadows Into Light';
    font-weight: 400;
    font-size: 20pt;
    margin: 0;
    padding-top: 20px;
    padding-left: 30px;
    color: white;
}

.leftmenu {
    width: 100px;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #213567;
}

#scrollingblock {
    background: #2e4681;
    width: 100px;
    height: calc(100% / 9);
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.leftmenu-icones {
    z-index: 100;
    position: fixed;
    width: 100px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leftmenu-icones.img {
    width: 100%;
}

.textlink {
    width: 100%;
    height: calc(100% / 9);
}